home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v8n17.arc / DIMMER.DOC < prev    next >
Text File  |  1989-09-07  |  2KB  |  38 lines

  1. DIMMER.COM
  2. Command
  3.  
  4. Douglas Boling and Jeff Prosise                    October 17, 1989 (Utilities)
  5.  
  6.  
  7. Purpose:    To provide software control of VGA monitor brightness
  8. interactively from the keyboard, through parameters entered on the command line,
  9. or at a specified interval after the last keystroke.
  10.  
  11. Format:    DIMMER [[+|-]adj] [/D time [+|-]adj] [/V[+|-]] [/U]
  12.  
  13. Remarks:    Entered without any of its optional parameters, DIMMER uses the
  14. Alt-Up-Arrow and Alt-Down-Arrow keys to increase or decrease screen brightness.
  15. The original intensity level can be restored at any time by pressing Alt-Home.
  16. DIMMER is a memory-resident program (see Note); it can be uninstalled by being
  17. run with the /U switch.
  18.  
  19.     The adj parameter accepts integer values from +63 to -63.  Although
  20. relative to the intensity level in effect when the program loads, a value of -63
  21. will completely blank the screen and +63 will wash out almost all colors.  The
  22. time parameter sets the number of minutes (up to 65,534) to allow after the last
  23. keystroke.  Used in conjunction with the optional /D switch and an adj value
  24. (usually -63), the time parameter is normally used when it is desired to blank
  25. the screen after a specified period of keyboard inactivity.  Any subsequent
  26. keypress will restore the screen to its original level, but as this keystroke
  27. will be fed to the application, it is safest to hit an unaccompanied Ctrl, Alt,
  28. or Shift key.  Once active, the screen-saver option can be cancelled by entering
  29. DIMMER /D 0.
  30.  
  31.     With applications that do not write directly to the video BIOS, a
  32.  blanked screen can be automatically restored when the program attempts to
  33.  update the display.  This is accomplished by using the optional /V (or V+)
  34.  switch.  By default, DIMMER restores the intensity level only when a keystroke
  35.  is entered, which is equivalent to running the program with a /V- command-line
  36.  switch.
  37.  
  38.